body{
	font-family: 'PT Sans', verdana, sans-serif;
	background-color: #435d92;
	background-image: url('../images/background.png');
	background-attachment: fixed;
}

input, select, textarea{
	box-sizing: border-box;
}

.container{
	padding:0px;
}

.top_bar{
	height: 5px;
	background-color: #333333;
	border-bottom: 1px solid rgba(255,255,255,0.19);
}

.header_holder{
	height: 120px;
	overflow: hidden;
}

.header{
	height: 100%;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-position: right;
}

.header_gradient{
	background: -moz-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(125,185,232,0.05) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(125,185,232,0.05)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.15) 0%,rgba(125,185,232,0.05) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.15) 0%,rgba(125,185,232,0.05) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.15) 0%,rgba(125,185,232,0.05) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.15) 0%,rgba(125,185,232,0.05) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#1a7db9e8',GradientType=1 );
	height: 100%;
	width: 75%;
}

.header_logo{
	position: absolute;
	right: 5%;
	top: 0px;
	width: 200px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.menu_bar_holder{
	background-color: rgba(255, 255, 255, 0.53); height: 60px;
}

.menu_bar{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.12) 0%, rgba(255,255,255,0.12) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.12)), color-stop(100%,rgba(255,255,255,0.12)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.12) 0%,rgba(255,255,255,0.12) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.12) 0%,rgba(255,255,255,0.12) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.12) 0%,rgba(255,255,255,0.12) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.12) 0%,rgba(255,255,255,0.12) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f000000', endColorstr='#1fffffff',GradientType=0 );
	position: relative;
	z-index: 100000;
	height: 100%;
	width: 100%;
}

.navbar{
	border-radius: 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.53);
}

.menu_bar a{
	color: #333333;
	text-shadow: 1px 1px rgba(255,255,255,0.43);
}

.navbar-nav>li>a{
	line-height: 29px;
	color: #333333;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background:  none;
	border-color: #428bca;
}

.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus  {
	background-color: rgba(255,255,255,0.31);
	box-shadow: 0px -4px 0px 0px #8EA2C6;
	text-shadow: -1px 2px 10px #fff, 1px -2px 10px #fff;
}

.nav>li:hover, .nav>li:focus, .nav .open>li, .nav .open>li:hover, .nav .open>li:focus {
	box-shadow: 0px -5px 25px 5px rgba(191, 203, 223,0.35);
}

.nav>li{
	border-right: 1px solid rgba(51,51,51, 0.16);
}

.nav>li:first-child{
	border-left: 1px solid rgba(51,51,51, 0.16);
}

.nav>li>a{
	padding-left: 20px;
	padding-right: 20px;
}

.box_header{
	background: rgb(121,121,121);
	background: -moz-linear-gradient(top, rgba(121,121,121,1) 0%, rgba(101,101,101,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,121,121,1)), color-stop(100%,rgba(101,101,101,1)));
	background: -webkit-linear-gradient(top, rgba(121,121,121,1) 0%,rgba(101,101,101,1) 100%);
	background: -o-linear-gradient(top, rgba(121,121,121,1) 0%,rgba(101,101,101,1) 100%);
	background: -ms-linear-gradient(top, rgba(121,121,121,1) 0%,rgba(101,101,101,1) 100%);
	background: linear-gradient(to bottom, rgba(121,121,121,1) 0%,rgba(101,101,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#656565',GradientType=0 );
	height: 50px;
	padding: 15px;
	border-bottom: 1px solid #727272;
	border-top: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #212121;
	text-shadow: 1px 1px rgba(255,255,255,0.13);
}

.box_header a{
	color: #212121;
}

.box_header img{
	max-width: 100%;
}

.box_content:nth-child(even){
	padding-bottom: 10px;
	background-color: #333333;
	border-left: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	color: #888888;
	font-size: 12px;
}

.box_content:nth-child(odd){
	padding-bottom: 10px;
	background-color: #2e2e2e;
	border-left: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	color: #888888;
	font-size: 12px;
}

.box_content:last-child{
	border-bottom: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.box_content .title{
	color: #1F99CC;
	font-size: 14px;
}

.home_news_item{
	border: 2px solid #222222;
	background-color: #3a485f;
	border-radius: 2px;
	height: 70px;
	width: 100px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.home_dump_item, .home_furni_item{
	height: 185px;
	box-shadow: 5px 5px 15px rgba(23,23,23,0.5);
	margin: 0px auto;
	background-color: #3a485f;
	border-radius: 3px;
	border: 1px solid #181818;
	overflow: hidden;
}

.home_dump_item img, .home_furni_item img{
	width: 100%;
	height: 185px;
}

.home_badge_item{
	margin-left: 4px;
	margin-right: 4px;
	height: 50px;
	width: 50px;
	box-shadow: 5px 5px 15px rgba(23,23,23,0.5);
	background-color: #3a485f;
	border-radius: 3px;
	border: 1px solid #181818;
	overflow: hidden;
	margin-bottom: 10px;
}

.login{
	background-color: #AC93DA;
	position: absolute;
	top: 0px;
	z-index: 10000;
	margin-left: 49px;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(255,255,255,0.25);
	color: #FFFFFF;
	padding: 10px 20px;
	font-size: 12px;
	cursor: pointer;
}

.login:hover{
	background-color: #a285d9;
}

.login_box{
	width: 210px;
	display: none;
	background-color: #3d3d3d;
	position: absolute;
	z-index: 200000;
	top: 40px;
	margin-left: 50px;
	box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.15);
	color: #888888;
	border: 1px solid #232323;
}

.login_box_content{
	height: 100%;
	border-bottom: 1px solid #525252;
	padding: 15px;
}

.login_box table td{
	padding-bottom: 5px;
}

label{
	font-weight: normal;
	margin-bottom: 0px;
}

.login_options{
	color: #ffffff;
	font-size: 11px;
	padding-top: 5px;
}

.footer_icon{
	width: 30px;
	height: 30px;
	background-color: #252525;
	border-radius: 3px;
	margin-right: 20px;
	margin-top: 10px;
}

.footer_top{
	background-color: #282828;
	height: 50px;
	color: white;
	text-shadow: 1px 1px #0e0e0e;
	padding-top: 15px;
	box-shadow: 0px 10px 15px rgba(30,30,30,1.0) inset;
}

.footer_top a{
	color: white;
}

.footer_middle{
	background-color: #282828;
	min-height: 50px;
	color: #dddddd;
	text-shadow: 1px 1px #0e0e0e;
	font-size: 12px;
	padding-top: 8px;
}

.footer_bottom1, .footer_bottom2{
	background-color: #282828;
	height: 50px;
	color: #dddddd;
	font-size: 12px;
}

.footer_bottom1 a, .footer_bottom2 a{
	color: #dddddd;
}

.footer_bottom2{
	text-align: center;
	padding-top: 15px;
}

.footer_border{
	border-top: 1px solid #3b3b3b;
}

.footer_border2{
	border-top: 1px solid #232323;
}

.container_content{
	background-color: #3d3d3d;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

.container_content2{
	padding-left: 15px;
	padding-right: 15px;
}

.home_latest_news{
	font-size: 18px;
	color: white;
	padding-top: 12px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8)
}

.home_all_latest_news{
	font-size: 14px;
	color: #cccccc;
	padding-top: 14px;
}

.home_all_latest_news a{
	color: white;
}

.home_newsitem_holder{
	height: 170px;
	margin: 0px auto;
	border-radius: 3px;
	overflow: hidden;
	background-color: #3a485f;
	border: 1px solid #181818;
}

.home_newsitem_holder .title_holder{
	background-color: white;
	height: 50px;
}

.home_newsitem_holder .title_holder .title{
	color: #2099CC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	font-size: 14px;
}

.home_newsitem_holder .title_holder .author{
	color: #888888;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.home_topstory_holder{
	height: 190px;
	margin: 0px auto;
	border-radius: 3px;
	overflow: hidden;
	background-color: #3a485f;
	border: 1px solid #181818;
}

.home_topstory_holder .title_holder{
	background-color: white;
	height: 45px;
}

.home_topstory_holder a:hover{
	text-decoration: none;
}

.home_topstory_holder .title_holder .title{
	color: #2099CC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	font-size: 14px;
}

.navbar-toggle{
	border-color: rgba(51,51,51, 0.16);
	box-shadow: 1px 1px rgba(255,255,255,0.25);
}

.navbar-toggle .icon-bar{
	background-color: #333333;
	box-shadow: 1px 1px rgba(255,255,255,0.43);
}

@media (max-width: 767px){
	.nav>li{
		background-color: rgba(255,255,255,0.95);
	}

	.menu_bar a{
		border-bottom: 1px solid rgba(51,51,51, 0.16);
	}
}

input.menu_button:hover{
	background-image: none;
	background-color: transparent;
	text-decoration: underline;
	color: #6B6B6B;
}

.twitter_box {
	width: 58px; height: 34px;
	position: relative;
	background: #fff;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 6px;
}
.twitter_box:after,
.twitter_box:before {
	width: 0; height: 0;
	position: absolute;
	top: 100%;
	border: solid transparent;
	pointer-events: none;
	content: " ";
}
.twitter_box:after {
	left: 50%;
	border-top-color: #fff;
	border-width: 3px;
	margin-left: -3px;
}
.twitter_box:before {
	left: 50%;
	border-top-color: #aaa;
	border-width: 4px;
	margin-left: -4px;
}
.twitter_box #followers {
	width: 100%; height: auto;
	position: absolute;
	top: 0px; left: 0px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 16px; line-height: 34px;
	letter-spacing: 0;
	white-space: nowrap;
	color: #333;
	text-align: center;
	-webkit-font-smoothing: subpixel-antialiased;
}

div.ajaxResult{
	float: right; overflow: hidden; padding: 4px; width: 16px; height: 16px; display: block;
}

div.ajaxResultDefault{
	float: right; padding: 4px; display: block;
}

div.reportButton{
	display: none;
}

div.notification{
	position: absolute;
	padding: 5px;
	top: 0px;
	background-color: #ECFFA1;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 50%;
	left: 25%;
}

div.mcMessage{
	border: 0px solid black;
	border-radius: 3px;
	background-image: url(../images/profile/transparent.png);
	padding: 5px;
	margin-bottom: 10px;
	min-height: 85px;
}

div.mcButton{
	border: 0px solid black;
	border-radius: 3px;
	background-image: url(../images/profile/transparent.png);
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 15px;
	float: left;
	margin-right: 10px;
}

div.mcInfo{
	border: 1px solid black;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	padding: 5px 15px;
	float: left;
	margin-right: 10px;
}

div.mcButton:hover, div.mcTab:hover{
	background-color: #1a1a1a;
}

div.mcButtonDelete{
	background-color: #e54343;
	color: #FFFFFF;
}

div.mcButtonAccept{
	background-color: #ADFF01;
	color: #FFFFFF;
}

.mcTab{
	display: block;
	float: left;
	margin: 10px;
	border: 0px solid black;
	border-radius: 3px;
	background-image: url(../images/profile/transparent.png);
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
	text-decoration: underline;
}

div.siteForm{
	border: 0px solid; border-radius: 1px; padding: 10px;
	background-image: url(../images/profile/transparent.png);
	min-width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.siteForm label{
	min-width: 150px;
	width: 150px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	margin-top: 5px;
}

div.siteForm div.formTitle{
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

div.siteForm div.formRow{
	height: 30px;
	margin-bottom: 5px;
}

.transBG{
	background-image: url(../images/profile/transparent.png);
}

/* Shop */
div.shopItem{
	width: 515px;
	height: 95px;
	float: left;
	border: 0px solid black;
	border-radius: 3px;
	padding: 10px;
	margin: 10px;
	background-image: url(../images/profile/transparent.png);
}

.profileShopTab{
	display: block;
	float: left;
	margin: 10px;
	border: 0px solid black;
	border-radius: 3px;
	background-image: url(../images/profile/transparent.png);
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

div.shopItemBuy, div.shopItemBought{
	border: 0px solid black;
	border-radius: 3px;
	background-image: url(../images/profile/transparent.png);
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
	width: 40%;
	padding: 5px;
	float: right;
}

div.shopItemBuy:hover, .profileShopTab:hover{
	background-color: #AAAAAA;
}

div.shopItemBought{
	background-color: #e54343;
	cursor: default;
}

div.ubbButton{
	float: 					left;
	margin-top: 			4px;
	margin-bottom: 			4px;
	margin-right: 			4px;
	background-repeat: 		no-repeat;
	background-image: 		url(../images/layout/ubb_bg.gif);
	cursor: 				pointer;
}

p.notice{
	background-image: 		url(../images/icons/notice.gif);
	background-repeat:		no-repeat;
	background-position:	top left;
	padding-left:			20px;
	height:					15px;
	margin-left: 5px;
	margin-right: 5px;
}

p.error{
	background-image: 		url(../images/icons/error.gif);
	background-repeat:		no-repeat;
	background-position:	top left;
	padding-left:			20px;
	height:					15px;
	margin-left: 5px;
	margin-right: 5px;
}

p.success{
	background-image: 		url(../images/icons/success.gif);
	background-repeat:		no-repeat;
	background-position:	top left;
	padding-left:			20px;
	height:					15px;
	margin-left: 5px;
	margin-right: 5px;
}

div.commentDepth1_title, div.commentDepth1_box{
	margin-left: 40px;
}

div.commentDepth2_title, div.commentDepth2_box{
	margin-left: 60px;
}

div.commentDepth3_title, div.commentDepth3_box{
	margin-left: 80px;
}

div.commentDepth4_title, div.commentDepth4_box{
	margin-left: 100px;
}

div.commentDepth5_title, div.commentDepth5_box{
	margin-left: 120px;
}

div.commentDepth6_title, div.commentDepth6_box{
	margin-left: 140px;
}

div.commentDepth7_title, div.commentDepth7_box{
	margin-left: 160px;
}

div.commentDepth8_title, div.commentDepth8_box{
	margin-left: 180px;
}

div.commentDepth9_title, div.commentDepth9_box{
	margin-left: 200px;
}

.button{
	border: 1px solid #1a1a1a;
	padding: 7px 30px;
	background-color: #6D6D6D;
	color: #DDDDDD;
	border-radius: 2px;
	text-shadow: 1px 1px rgba(0,0,0,0.43);
	margin-top: 20px;
}

.button:hover{
	background-color: #434343;
}

.textField, .textArea{
	border-radius: 2px;
	border: 1px solid #1a1a1a;
	padding: 5px;
	background-color: #444444;
	margin-bottom: 4px;
}

.nowrap{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home_blog_title{
	margin-top: 10px;
}

.home_blog_details{
	text-align: right;
	float: right;
}

.home_blog_details_views{
	margin-top: 46px;
	margin-right: 15px;
}

.home_blog_details_comments{
	margin-right: 15px;
}

div.adminButton{
	height:					50px;
	width:					50px;
	margin:					0px auto;
}

@media (max-width: 420px) {
	#furni_content div.col-xs-6:nth-child(-n+2), #dump_content div.col-xs-6:nth-child(-n+2){
		margin-bottom: 15px;
	}

	.home_news_item{
		width: 75px;
	}

    .home_blog_details{
	    text-align: left;
	    float: left;
    }

    .home_blog_details_views{
	    margin-top: 0px;
	    float: left;
    }

    .home_blog_details_comments{
	    margin-top: 0px;
	    float: right;
    }
}